/* commom */
.conW {
  width: 1390px;
  margin: 0 auto;
}
.pad {
  padding: 70px 0;
}
.out1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.out2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.all-banner {
  position: relative;
  overflow: hidden;
}
.all-banner img {
  vertical-align: middle;
}
.all-banner .all-banner-text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
.all-banner .all-banner-text h1 {
  font-weight: normal;
}
.all-banner .all-banner-text p {
  margin: 15px 0 30px;
}
.all-banner .all-banner-text span {
  font-size: 30px;
}
.position {
  background-color: #F5F5F5;
  color: #3F3F3F;
  padding: 14px 0;
  font-size: 15px;
}
.position .conW {
  padding-left: 45px;
  position: relative;
}
.position img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.position a {
  color: #3F3F3F;
}
.allCon {
  line-height: 30px;
  color: #666;
}
.allCon img {
  max-width: 100%;
}
::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #f7f7f7;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #0D6DB9;
}
::-webkit-scrollbar-thumb:hover {
  background: #0D6DB9;
}
/* page */
.paging {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.paging a {
  border: 1px #E5E5E5 solid;
  color: #7E7E7E;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 6px 10px;
}
.paging a:hover {
  border-color: #0C6EB5;
  color: #0C6EB5;
}
.paging a.active {
  background-color: #0C6EB5;
  color: white;
}
.nolist {
  text-align: center;
  color: #0C6EB5;
  font-size: 20px;
  padding: 20px;
  margin-bottom: 40px;
}
.swiper-slide img {
  max-width: 100%;
}
/* header */
header {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: rgba(0,0,0,.3); */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 10%, transparent);
}
.headerH {
  height: 101px;
}
header .header-box {
  display: flex;
  align-items: center;
  color: white;
}
header .h-l {
  width: 190px;
  margin-right: 120px;
}
header .h-l img {
  width: 100%;
}
header .h-c {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
header .h-c .menu-a {
  position: relative;
}
header .h-c .menu-a > a {
  border-bottom: 2px transparent solid;
}
header .h-c .menu-a > a {
  padding: 40px 0;
  position: relative;
  color: white;
  display: block;
}
header .h-c .menu-a > a.active {
  border-color: white;
}
header .h-c .menu-a > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
header .h-c .menu-a > a:hover::after {
  width: 100%;
}
header .h-r {
  margin-left: 30px;
  border: 1px white solid;
  border-radius: 30px;
  padding: 7px 16px;
  font-size: 14px;
}
header .h-c .subMenu {
  position: absolute;
  width: 200px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  top: calc(100% - 2px);
  left: -10px;
  transition: none;
  display: none;
}
header .subMenu1 {
  position: relative;
}
header .h-c .subMenu .subMenu2 {
  width: 200px;
  position: absolute;
  left: 200px;
  top: 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  display: none;
}
header .h-c .subMenu a {
  display: block;
  background-color: white;
  padding: 14px 12px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .h-c .subMenu a:hover,
header .h-c .subMenu a.active {
  color: white;
  background-color: #0170ba;
}
header img {
  display: none;
}
header img:nth-of-type(1) {
  display: block;
}
/* 二级页面导航 */
.page-header {
  background-color: #F5F5F5;
  background-image: none;
  transition: 0.4s;
}
.page-header img:nth-of-type(1) {
  display: none;
}
.page-header img:nth-of-type(2) {
  display: block;
}
.page-header .h-c .menu-a > a {
  color: #333;
}
.page-header .h-r {
  color: #333;
  border-color: #BDBDBD;
}
.page-header .h-c .menu-a > a.active {
  color: #0D6DB9;
}
.page-header .h-c .menu-a > a.active::after {
  background-color: #0D6DB9;
}
.page-header .h-c .menu-a > .active {
  border-color: #0C6EB5;
}
.page-header .h-c .menu-a > a:hover {
  color: #0D6DB9;
  /* border-color: #0C6EB5; */
}
.page-header .h-c .menu-a > a::after {
  background-color: #0170ba;
}
.headerTop {
  background-color: white;
  box-shadow: 0 0 10px #ddd;
}
/* footer */
footer {
  background-color: #2C2C2C;
  color: white;
}
footer .top {
  padding: 72px 0;
  display: flex;
  justify-content: space-between;
}
footer .top1 {
  color: #B2B2B2;
}
footer .top1 p {
  margin-bottom: 4px;
  font-size: 17px;
}
footer .top1 h1 {
  font-weight: normal;
}
footer .top1 h1:hover {
  color: white;
}
footer .top2 {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 0 50px 0 80px;
}
footer .top2 a {
  line-height: 32px;
}
footer .top2 .top2item {
  width: 25%;
}
footer .top2 .top2item > a {
  color: white;
  font-size: 17px;
  margin-bottom: 4px;
  display: block;
}
footer .top2 .top2item .top-submenu a {
  display: block;
  color: #868686;
  font-size: 15px;
}
footer .top2 .top2item .top-submenu a:hover {
  color: white;
}
footer .top3 {
  text-align: center;
}
footer .top3 img {
  width: 100px;
}
footer .top3 p {
  color: #868686;
  font-size: 14px;
  margin-top: 4px;
}
footer .btm {
  text-align: center;
  background-color: #252525;
  color: #7e7e7e;
  font-size: 14px;
  padding: 27px 20px;
}
footer .btm a {
  color: #7e7e7e;
}
footer .btm a:hover {
  color: white;
}
/* right */
.right {
  position: fixed;
  top: 50%;
  right: 90px;
  transform: translateY(-50%);
  z-index: 1;
  display: none;
}
.right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  margin: 14px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.right a:nth-of-type(2) {
  animation: icon_sd 1s linear infinite;
}
@keyframes icon_sd {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-5px);
  }
}
.right a span {
  font-size: 27px;
  color: #666;
}
.right a:nth-of-type(1) span {
  font-size: 30px;
}
.right a:hover {
  transform: translateY(-2px) translateX(-2px);
  box-shadow: 0 0 10px rgba(12, 110, 181, 0.6);
  background-color: #0C6EB5;
}
.right a:hover span {
  color: white;
}
.rigiht a img {
  width: 40px;
}
/* banner */
.banner {
  width: 100%;
  height: calc(100vh - 103px);
  margin-top: 103px;
  position: relative;
}
.banner img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.banner-js {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 1;
  width: 80%;
  display: flex;
  justify-content: flex-end;
}
.banner-js .b-j-l {
  display: flex;
  align-items: center;
}
.banner-js .b-j-l .b-j-l-l {
  height: 1px;
  background-color: white;
  flex: 1;
  width: 800px;
}
.banner-js .b-j-l-btn {
  background-color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4B4B4B;
  cursor: pointer;
  user-select: none;
  margin-right: 20px;
}
.banner-js .b-j-l-btn span {
  font-size: 22px;
}
.banner-js .b-j-l-btn:focus {
  outline: none;
}
.banner-js .b-j-l-btn:hover {
  background-color: #0C6EB5;
  color: white;
  transform: scale(1.1);
}
.banner-js .b-j-r {
  font-size: 20px;
  font-weight: 100;
  width: 50px;
  position: relative;
  margin-left: 100px;
}
.banner-js .b-j-r p:nth-of-type(1) {
  color: white;
}
.banner-js .b-j-r p:nth-of-type(2) {
  text-align: right;
  color: #c4c4c4;
}
.banner-js .b-j-r .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  transform: rotate(-45deg);
}
.banner-xiahua {
  color: white;
  position: absolute;
  left: 18%;
  bottom: 30px;
  font-size: 40px;
  z-index: 1;
  cursor: pointer;
}
/* i1 */
.ititle {
  text-align: center;
}
.ititle h1 {
  font-size: 28px;
  color: #333;
  margin-top: -25px;
  position: relative;
  margin-bottom: 60px;
}
.ititle h1::after,
.ititle h1::before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 6px;
  background-color: #0D6DB9;
  opacity: 0;
  animation: opacity_repeat 3s linear infinite;
}
@-webkit-keyframes opacity_repeat {
  form {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ititle h2 {
  color: #F2F2F2;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.okPadding {
  padding: 60px 0;
}
.i1 {
  position: relative;
}
.i1bg {
  position: absolute;
  left: 0;
  width: 80%;
  height: 380px;
  top: 230px;
  z-index: -1;
  background-color: #F5F5F5;
}
.i1-icon-bg1 {
  position: absolute;
  right: -50px;
  top: -140px;
  width: 180px;
  animation: rotation 6s linear infinite;
}
.i1-icon-bg2 {
  position: absolute;
  right: -90px;
  top: 20px;
  width: 60px;
  animation: rotationR 6s linear infinite;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotationR {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.i1 .i1-Box {
  padding-bottom: 30px;
}
.i1 .list {
  margin-top: 180px;
  display: flex;
  justify-content: space-between;
}
.i1 .item {
  text-align: center;
  margin: 10px;
  width: 22%;
  box-shadow: 0 0 10px #ddd;
  padding: 40px 20px;
  background-color: white;
}
.i1 .item:hover {
  transform: translateY(-20px);
}
.i1 .item:hover .icon {
  background-color: #0C6EB5;
}
.i1 .item:hover img {
  filter: grayscale(100%) brightness(500%);
}
.i1 .list .note {
  font-size: 14px;
  color: #666;
}
.i1 .list h1 {
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
}
.i1 .list h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 4px;
  background-color: #0D6DB9;
}
.i1 .list .icon {
  margin: 0 auto 50px;
  border: 1px #ddd solid;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i1 .list .item img {
  width: 40px;
  height: 40px;
  transition: none;
}
/* i2 */
.i2 .i2-con {
  background: url(../images/i_about_bg.png) no-repeat;
  padding-top: 90px;
  background-size: 100% auto;
}
.i2 .i2-con > div {
  display: flex;
}
.i2 .i2-con .i2-con-l {
  width: 500px;
  margin-right: 135px;
}
.i2 .i2-con .i2-con-l > h1 {
  color: #323232;
}
.i2 .i2-con .i2-con-l > .con {
  color: #666;
  font-size: 15px;
  line-height: 30px;
  margin: 25px 0 40px;
}
.i2 .i2-con .i2-con-l > a {
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.i2 .i2-con .i2-con-l > a span {
  font-size: 24px;
  margin-left: 6px;
}
.i2 .i2-con .i2-con-l > a:hover {
  color: #0C6EB5;
}
.i2 .i2-con .i2-con-r {
  flex: 1;
}
.i2 .i2-con .i2-con-r img {
  max-width: 100%;
}
/* 数值 */
.i2 .i2-con-l .i2-con-l-num {
  display: flex;
  margin-top: 80px;
}
.i2 .i2-con-l .i2-con-l-num .i2-con-l-num-item {
  margin-right: 40px;
}
.i2 .i2-con-l .i2-con-l-num .i2-con-l-num-item-top {
  display: flex;
}
.i2 .i2-con-l .i2-con-l-num .i2-con-l-num-item-top h1 {
  color: #0C6EB5;
  font-size: 34px;
  font-weight: normal;
  /* transform: scaleY(1.2); */
}
.i2 .i2-con-l .i2-con-l-num .i2-con-l-num-item-top span {
  color: #666;
  font-size: 14px;
  margin-left: 6px;
}
.i2 .i2-con-l .i2-con-l-num .i2-con-l-num-item-btm {
  color: #666;
  margin-top: 3px;
}
/* i3 应用领域 */
.i3 .i3-list {
  /* display: flex; */
}
.i3 .i3-list-bg {
  background-image: linear-gradient(to bottom, #1E2336, #676976);
}
.i3 .i3-list .i3-item {
  /* flex: 1; */
  height: 520px;
  color: white;
  position: relative;
  z-index: 1;
  /* background-repeat: no-repeat;
    background-size: cover; */
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i3 .i3-list .i3-item .item-con,
.i3 .i3-list .i3-item .item-con2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  padding: 0 30px;
}
.i3 .i3-list .i3-item .item-con2 {
  top: 100%;
}
.i3 .i3-list .i3-item:hover .item-con {
  top: -100%;
}
.i3 .i3-list .i3-item:hover .item-con2 {
  top: 0;
}
.item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  z-index: -1;
  opacity: 0.6;
}
.i3 .i3-list .i3-item h3 {
  margin: 60px 0 2px;
  position: relative;
}
.i3 .i3-list .i3-item h3::after {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 6px;
  background-color: #0C6EB5;
}
.i3 .i3-list .i3-item p {
  font-size: 10px;
  color: #c0c0c0;
}
.i3 .i3-list .i3-item .con {
  font-size: 13px;
  line-height: 24px;
  margin-top: 50px;
  display: none;
  font-weight: normal;
}
.i3 .i3-list .i3-item .item-con2 .item_bg {
  opacity: 1;
  filter: none;
}
.i3 .i3-list .i3-item .item-con2 .con {
  display: block;
}
.i3 .i3-list .i3-item .item-con2 .item_icon {
  display: none;
}
.i3 .i3-list .i3-item .item-con2 h3::after {
  top: auto;
  bottom: -35px;
  /* background-color: white; */
}
.i3 .i3-list .i3-item .item_icon {
  max-width: 100%;
}
/* .i3 .i3-list .i3-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
}
.i3 .i3-list .i3-item:hover::after {
    opacity: 1;
} */
.i3 .i3-list .i3-item .item-con2,
.i3 .i3-list .i3-item .item-con2 p {
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
  font-weight: bold;
  /* color: #0170ba; */
}
.i3 .i3-list .i3-item .item-con2 h3,
.i3 .i3-list .i3-item .item-con2 p {
  font-family: Heavy;
  font-weight: 900;
  /* 设置描边宽度及颜色 */
  text-stroke: 2px #2173FF;
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
  -webkit-text-stroke: 2px #2173FF;
}
.i3 .i3-list .i3-item .item-con2 .con {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 10px;
}
.i3 .i3-list .i3-item .item-con2 h3[data-content]::before,
.i3 .i3-list .i3-item .item-con2 p[data-content]::before {
  /* attr()是用来获取被选中元素的某属性值,并且在样式文件中使用 */
  content: attr(data-content);
  position: absolute;
  /* 实现元素外描边的关键 */
  -webkit-text-stroke: 0;
  /* 文本颜色 */
  color: #fff;
}
/* 工程案例 */
.i4 .i4-list-box {
  position: relative;
}
.i4 .i4-list {
  width: calc(100% - 100px);
}
.i4 .i4-list .i4-item {
  padding: 25px;
  margin: 10px;
}
.i4 .i4-list .i4-item:hover {
  box-shadow: 0 0 10px rgba(13, 109, 185, 0.3);
}
.i4 .i4-list .i4-item img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.i4 .i4-list .i4-item h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0 10px;
}
.i4 .i4-list .i4-item p {
  color: #999;
  font-size: 15px;
}
.i4 .subbtn span {
  color: #b3b3b3;
  font-size: 26px;
  width: 40px;
  height: 40px;
  border: 1px #ddd solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.i4 .subbtn span:hover {
  color: white;
  border-color: #0C6EB5;
  background-color: #0C6EB5;
}
.i4 .subbtn span:focus {
  outline: none;
}
/* i5 */
.i5 .i5-item {
  text-align: center;
  padding: 10px;
}
.i5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.i5-box {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.i5-box .i5-item {
  text-align: center;
}
.i5-box .i5-item .i5-item-img {
  margin: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i5-box .i5-item .i5-item-img img {
  max-width: 90%;
}
.i5-box .i5-item .i5-item-img:hover {
  box-shadow: 0 0 10px #ddd;
}
.swiper-pagination-bullet-active {
  background-color: #0C6EB5;
}
.i5 .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
}
/* 底部留言 */
.msg {
  background-image: linear-gradient(to top, #1668A6, white);
  margin-top: 50px;
}
.msg .msg-form {
  background-color: white;
  padding: 50px 200px 70px;
  box-shadow: 0 0 10px #ddd;
}
.msg .msg-form .msg-form-tit {
  color: #333;
  margin: 10px 0 40px;
  font-size: 28px;
}
.msg .msg-form .msg-form-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.msg .msg-form .msg-form-list .msg-form-input {
  width: 40%;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.msg .msg-form .msg-form-list .msg-form-input:last-of-type {
  align-items: flex-start;
}
.msg .msg-form .msg-form-list .msg-form-input input {
  border: none;
  border-bottom: 1px #ddd solid;
  padding: 10px 0;
  color: #333;
  width: 100%;
}
.msg .msg-form .msg-form-list .msg-form-input input::placeholder {
  color: #999;
}
.msg .msg-form .msg-form-list .msg-form-input textarea {
  width: 100%;
  border: none;
  background-color: #F5F5F5;
  height: 150px;
  padding: 15px;
}
.msg .msg-form .msg-form-list .msg-form-input img {
  height: 20px;
  width: 30px;
  object-fit: contain;
  margin-right: 10px;
}
.msg .msg-form button {
  background-color: #0C6EB5;
  color: white;
  width: 36%;
  padding: 10px;
  border-radius: 6px;
  margin-left: 40px;
  margin-top: 10px;
}
/* msg-btm */
.msg .msg-btm {
  padding: 90px 0;
  position: relative;
}
.msg-btm .msg_fixed_img {
  position: absolute;
  width: 250px;
  bottom: 0;
  right: 200px;
}
.msg .msg-btm .msg-btm-phone {
  display: flex;
  color: white;
}
.msg .msg-btm .msg-btm-phone .msg-btm-phone-item {
  margin-right: 70px;
}
.msg .msg-btm .msg-btm-phone .msg-btm-phone-item h1 {
  font-weight: normal;
  margin-top: 10px;
}
.msg .msg-btm .mas-btm-text {
  color: #ebebeb;
  font-weight: 100;
  margin-top: 30px;
}
/* 新闻页 nav */
.tabNav {
  width: 100%;
  border-bottom: 1px #D7D7D7 solid;
  background-color: white;
}
.tabNav .conW {
  overflow: hidden;
}
.tabNav2 {
  overflow: auto;
  display: flex;
  justify-content: center;
}
.tabNav2 a {
  font-size: 20px;
  color: #333;
  display: block;
  padding: 26px 0;
  margin: 0 40px;
  border-bottom: 2px transparent solid;
}
.tabNav2 a.active,
.tabNav2 a:hover {
  border-bottom: 2px #0D6DB9 solid;
  color: #0D6DB9;
}
/* news list */
.news-item {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  color: #595959;
}
.news-item .tex {
  border-bottom: 1px #ddd solid;
  flex: 1;
  padding-bottom: 20px;
}
.news-list h1 {
  font-size: 26px;
  font-weight: normal;
}
.news-list p {
  font-size: 14px;
  margin: 10px 0 36px;
}
.news-item .news-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.news-item .news-date .news-btn {
  border: 1px #A0A0A0 solid;
  border-radius: 30px;
  padding: 6px 24px;
  font-size: 15px;
  color: #A0A0A0;
}
.news-item .img {
  margin-left: 100px;
  width: 350px;
  height: 180px;
  overflow: hidden;
  border-radius: 30px;
}
.news-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item:hover h1,
.news-item:hover p {
  color: #0D6EB5;
}
.news-item:hover .img img {
  transform: scale(1.2);
}
.news-item .news-date .news-btn:hover {
  background-color: #0C6EB5;
  border-color: #0C6EB5;
  color: white;
}
/* select */
.news-search {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 70px;
}
.news-search .news-select-title {
  border: 1px #B2B2B2 solid;
  padding: 14px 20px;
  width: 190px;
  border-radius: 30px;
  font-size: 15px;
  color: #595959;
  cursor: pointer;
}
.news-search .news-select:nth-of-type(1) {
  margin-right: 40px;
}
.news-select-box {
  display: flex;
}
.news-select {
  position: relative;
}
.news-select:hover .news-select-title {
  background-color: white;
}
.news-select-item {
  transition: none;
  display: none;
  position: absolute;
  width: 80%;
  left: 10%;
  /* border-radius: 4px 4px 0 0; */
  background-color: white;
  box-shadow: 0 4px 4px #ddd;
  overflow: hidden;
}
.news-select-item a {
  padding: 6px 10px;
  display: block;
  text-align: center;
}
.news-select-item a:hover,
.news-select-item a.on {
  background-color: #0C6EB5;
  color: white;
}
.news-search input {
  border: 1px #B2B2B2 solid;
  border-radius: 30px;
  padding: 10px 20px;
  width: 330px;
}
/* 新闻详情页 */
.news-con {
  width: 950px;
  margin: 0 auto 50px;
}
.news-con > h1 {
  color: #333;
  padding: 40px 0;
  border-bottom: 1px #ddd solid;
}
.news-con > h4 {
  color: #666;
  margin: 40px 0;
}
.news-con-con {
  margin-bottom: 50px;
}
/* 翻页 */
.pageCon {
  display: flex;
  justify-content: space-between;
}
.pageCon .prev span {
  transform: rotate(180deg);
  display: inline-block;
  color: #595959;
}
.pageCon .prev a {
  color: #595959;
}
.pageCon div:hover a,
.pageCon div:hover span {
  color: #0C6EB5;
}
/* 联系我们 */
.contact-page .num1 > h1 {
  color: #333;
  margin-top: 100px;
  font-size: 36px;
}
.contact-page .num1 > p {
  color: #666;
  font-weight: 100;
  margin: 20px 0 50px;
}
.contact-page .num1-list {
  display: flex;
  justify-content: space-between;
}
.contact-page .num1-item {
  padding: 34px;
  width: 32%;
  border: 1px #A2A2A2 solid;
  background: url(../images/contact_list_bg.jpg) no-repeat;
  background-size: contain;
  background-position: left bottom;
  text-align: center;
}
.contact-page .num1-item:hover {
  transform: translateY(-15px);
  border: none;
  box-shadow: 0 0 10px #dddddd;
}
.contact-page .num1-item .tit {
  font-weight: bold;
  color: #333;
  margin: 20px 0 12px;
  font-size: 18px;
}
.contact-page .num1-item .note {
  font-weight: 100;
  color: #666;
}
.contact-page .num1-ewm {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px #ddd solid;
  margin: 90px 0 80px;
  padding-bottom: 80px;
}
.contact-page .num1-ewm .num1-ewm-l {
  text-align: center;
}
.contact-page .num1-ewm .num1-ewm-l img {
  width: 205px;
}
.contact-page .num1-ewm .num1-ewm-l p {
  color: #666;
  font-size: 14px;
}
.contact-page .num1-ewm .num1-ewm-r {
  margin-left: 35px;
  border: 1px #808080 solid;
  border-radius: 15px;
  padding: 16px 45px;
  line-height: 42px;
  color: #666;
  font-size: 22px;
  font-weight: 200;
}
/* 地图 */
#map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
  font-size: 12px;
}
.contact-page .num2 .num2-bottom {
  background: url(../images/contact_bg.jpg) no-repeat;
  background-size: cover;
  font-size: 36px;
  color: #666;
  text-align: center;
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page .num2 .num2-bottom a {
  background-color: #0D6EB5;
  color: white;
  font-size: 21px;
  font-weight: 100;
  padding: 6px 36px;
  margin-left: 20px;
}
.contact-page .num2 .num2-bottom a:hover {
  background-color: #1e99f1;
}
/* 案例页面 */
.case-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-list .case-item {
  width: 32%;
  border: 1px #C3C3C3 solid;
  margin-bottom: 70px;
}
.case-list .case-item .case-img {
  width: 100%;
  height: 380px;
}
.case-list .case-item .case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-list .case-item .tex {
  height: calc(100% - 380px);
  padding: 30px;
  font-size: 20px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-list .case-item .tex span {
  font-size: 26px;
}
.case-list .case-item:hover {
  border-color: #0C6EB5;
}
.case-list .case-item:hover .tex {
  background-color: #0C6EB5;
  color: white;
}
/* 案例详情页 */
.case-con {
  padding: 70px 0;
  display: flex;
}
.case-con .case-l {
  flex: 1;
}
.case-con .case-r {
  width: 300px;
  margin-left: 200px;
}
.case-con .case-l > h4 {
  background-color: #FAFAFA;
  color: #999999;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin: 40px 0 50px;
}
.case-con .case-l > h4 span {
  margin-right: 5px;
}
.case-con .case-l > h4 span:nth-of-type(2) {
  margin-left: 30px;
}
.case-con-con {
  border-bottom: 1px #ddd solid;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.conimg {
  text-align: center;
}
.case-con .case-r {
  border: 1px #ddd solid;
  border-top: 3px #0C6EB5 solid;
  padding: 30px;
}
.case-con .case-r > h4 {
  color: #0C6EB5;
  margin-bottom: 30px;
}
.case-con .case-r .case-r-item {
  text-align: center;
  display: block;
}
.case-con .case-r .case-r-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.case-con .case-r .case-r-item img {
  width: 100%;
}
.case-con .case-r .case-r-item h5 {
  font-weight: normal;
  margin: 6px 0;
  font-size: 14px;
}
.case-con .case-r .case-r-item p {
  color: #666;
  font-size: 13px;
}
.case-con .case-r .case-r-item span {
  font-size: 13px;
  margin-right: 4px;
}
.case-con .case-r .case-r-item span:nth-of-type(2) {
  margin-left: 8px;
  font-size: 16px;
}
/* 服务 */
.service-page {
  padding: 90px 0;
  background: url(../images/service_bg.png) repeat-y 100% top;
}
.service-page .service-form {
  text-align: center;
  margin-bottom: 80px;
}
.service-page .service-form h1 {
  color: #666;
}
.service-page .service-search {
  width: 530px;
  margin: 30px auto;
  position: relative;
}
.service-page .service-search span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 24px;
}
.service-page .service-form input {
  width: 100%;
  border: 1px #C1C1C1 solid;
  border-radius: 30px;
  color: #333;
  padding: 14px 20px;
  padding-left: 56px;
  font-size: 18px;
}
.service-page .serviceBox {
  display: flex;
}
.service-page .serviceBox .service-l {
  width: 320px;
  border-top: 2px #0C6EB5 solid;
  padding-top: 70px;
  background-color: #FAFAFA;
}
.service-page .serviceBox .service-r {
  flex: 1;
}
.service-page .serviceBox .service-l a {
  padding: 30px 10px;
  color: #666;
  font-size: 18px;
  display: block;
  text-align: center;
  border-bottom: 1px #D6D6D6 solid;
}
.service-page .serviceBox .service-l a.active {
  background-color: white;
  color: #0C6EB5;
  font-weight: bold;
}
.service-page .serviceBox .service-l a:hover {
  background-color: white;
  color: #0C6EB5;
}
.service-page .serviceBox .service-r {
  background-color: white;
}
.service-page .serviceBox .service-r > h1 {
  display: inline-block;
  font-size: 24px;
  font-weight: 100;
  padding: 30px 0;
  margin-left: 95px;
  position: relative;
  border-bottom: 2px #0C6EB5 solid;
}
.service-r-line {
  border-bottom: 1px #E6E6E6 solid;
}
.service-page .service-r-list {
  padding: 50px 50px;
}
.service-page .service-r-list .service-r-item {
  margin-bottom: 30px;
  cursor: pointer;
}
.service-page .service-r-list .service-r-item.act .service-r-item-top {
  background-color: #0C6EB5;
  color: white;
}
.service-page .service-r-item-top span {
  display: none;
}
.service-page .service-r-item-top span:nth-of-type(1) {
  display: block;
}
.service-page .service-r-list .service-r-item.act .service-r-item-top span:nth-of-type(1) {
  display: none;
}
.service-page .service-r-list .service-r-item.act .service-r-item-top span:nth-of-type(2) {
  display: block;
}
.service-page .service-r-list .service-r-item-top {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  background-color: #FAFAFA;
  padding: 20px 30px;
  color: #333;
}
.service-page .service-r-list .service-r-item-btm {
  background-color: #FAFAFA;
  color: #666;
  line-height: 34px;
  font-size: 15px;
  font-weight: 100;
  padding: 30px 50px;
  padding-left: 70px;
}
.service-page .service-r-list .service-r-item-top:hover {
  background-color: #0C6EB5;
  color: white;
}
.service-page .service-r-list .service-r-item-top span {
  font-size: 30px;
}
.service-page .service-r-list .service-r-item-btm {
  display: none;
  transition: none !important;
}
.service-page .service-r-item:nth-of-type(1) .service-r-item-btm {
  display: block;
}
/* 技术应用 */
.js-page .js-top {
  padding: 70px 0;
  display: flex;
}
.js-page .js-top-item {
  display: flex;
  transition: 0.6s;
  /* height: 414px; */
}
.js-page .js-top-item .con {
  transition: width 0.6s;
  overflow: hidden;
  background-position: center;
}
.js-page .js-top-item.act .tit {
  background-color: #0C6EB5;
  color: white;
}
.js-page .js-top-item:not(:last-of-type) {
  margin-right: 10px;
}
.js-page .js-top-item .tit {
  font-weight: bold;
  font-size: 20px;
  background-color: #CFE2F0;
  color: #0C6EB5;
  padding: 40px 16px;
  word-break: break-all;
  width: 52px;
  line-height: 1.2;
}
.js-page .js-top-item .con {
  padding: 60px 20px 60px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  width: 100%;
}
.js-page .js-top-item .con h1 {
  white-space: nowrap;
}
.js-page .js-top-item .con a {
  cursor: pointer;
}
.js-page .js-top-item .con .con-list {
  margin: 80px 0 40px;
}
.js-page .js-top-item.act {
  flex: 1;
}
.js-page .js-top-item:not(.act) .con {
  /* display: none; */
  width: 0;
  padding: 0;
  overflow: hidden;
}
.js-page .js-top-item:not(.act) a {
  display: none;
}
.js-page .js-top-item:not(.act) h1,
.js-page .js-top-item:not(.act) .con-list {
  display: none;
}
.js-page .js-top-item .con .con-list a {
  display: block;
  color: white;
  font-size: 18px;
  line-height: 36px;
  white-space: nowrap;
}
.js-page .js-top-item .con .con-list a:hover {
  color: #36abff;
}
.js-page .js-top-item .con .more {
  background-color: white;
  color: #0C6EB5;
  padding: 8px 18px;
  border-radius: 10px;
  font-size: 14px;
  white-space: nowrap;
}
.js-page .js-top-item .con .more:hover {
  background-color: #0C6EB5;
  color: white;
}
.js2 .js2-1 {
  text-align: center;
  color: white;
  height: 250px;
}
.js2 .js2-1 .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  user-select: none;
}
.js2 .js2-1 h1 {
  font-size: 120px;
  color: transparent;
  text-stroke: 1px #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.2;
  text-transform: uppercase;
}
.js2 .js2-1 h2 {
  font-size: 28px;
}
.js2 .js2-1 h1,
.js2 .js2-1 h2 {
  width: 100%;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.js2 .js2-1 .mychange {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.js2 .js2-1 .js-prev,
.js2 .js2-1 .js-next {
  position: absolute;
  top: calc(250px / 2);
  transform: translateY(-50%);
  font-size: 36px;
  cursor: pointer;
}
.js2 .js2-1 .js-prev {
  left: 0;
}
.js2 .js2-1 .js-next {
  transform: rotate(180deg);
  right: 0;
}
/* tab */
.js2-2 {
  /* top: -30px; */
  margin-top: 50px;
  margin-bottom: 50px;
  /* position: relative; */
  /* z-index: 1; */
}
.js2-2-tab {
  display: flex;
  justify-content: center;
}
.js2-2-tab a {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: #999;
  margin: 0 10px;
  padding: 18px 40px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.js2-2-tab a:hover,
.js2-2-tab a.act {
  background-color: #0C6EB5;
  color: white;
  box-shadow: 0 0 6px #0C6EB5;
}
.js2-2-con {
  /* margin: 60px 0 60px; */
}
.js2-2-con .js2-2-con-item {
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
.js2-2-con-item:not(:first-of-type) {
  display: none;
}
.js2-2-item:not(:first-of-type) {
  display: none;
}
.swiper-button-disabled {
  color: #999;
}
/* tab2 */
.js_btm_tab_con {
  display: flex;
  min-height: 100px;
}
.js_btm_tab_con .js2-2-tab-left {
  width: 200px;
  margin-right: 40px;
}
.js_btm_tab_con .js2-2-tab-left a {
  display: block;
  box-shadow: 0 0 6px #f1f1f1;
  margin-bottom: 20px;
  padding: 10px;
}
.js_btm_tab_con .js2-2-tab-left a:hover,
.js_btm_tab_con .js2-2-tab-left a.act {
  background-color: #0C6EB5;
  color: white;
  box-shadow: 0 0 6px #0c6eb5;
}
.js_btm_tab_con .js2-2-con {
  flex: 1;
}
/* 产品展示 */
.pro-title {
  text-align: center;
  margin-top: 60px;
}
.prolist-title {
  margin-top: 0;
}
.pro-title h1 {
  color: #F2F2F2;
  font-size: 36px;
  background-image: linear-gradient(to bottom, #F2F2F2 10%, white);
  /* 线性渐变背景，方向向上 */
  -webkit-background-clip: text;
  /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent;
  /* 文字填充颜色变透明 */
}
.pro-title h2 {
  font-size: 36px;
  color: #565656;
  position: relative;
  margin-bottom: 40px;
  margin-top: -25px;
}
.pro-page .pro-form {
  width: 530px;
  margin: 0 auto;
  position: relative;
}
.pro-page .pro-form span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 24px;
}
.pro-page .pro-form input {
  width: 100%;
  border: 1px #C1C1C1 solid;
  border-radius: 30px;
  color: #333;
  padding: 14px 20px;
  padding-left: 56px;
  font-size: 18px;
}
.pro-cate {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 40px;
  padding-bottom: 60px;
}
.pro-cate-l {
  /* width: 400px; */
  flex: 1;
}
.pro-cate-r {
  width: 915px;
  margin-left: 50px;
  background-color: #F5F5F5;
  border-radius: 60px 0 60px;
}
.pro-cate-l .pro-cate-l-item {
  padding-left: 50px;
}
.pro-cate-l .pro-cate-l-item > a {
  display: block;
  padding: 30px 0;
  position: relative;
}
.pro-cate-l .pro-cate-l-item > a::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../images/pro-i.png);
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
.pro-cate-l .pro-cate-l-item:not(:last-of-type) > a::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #BFBFBF;
  top: 50%;
  left: -44px;
}
.pro-cate-l-item {
  display: flex;
  align-items: center;
  position: relative;
}
.pro-cate-l-item span {
  margin-left: 10px;
  color: #0C6EB5;
  display: none;
}
.pro-cate-l-item-submenu {
  background-color: #F5F5F5;
  padding: 20px 30px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: none;
  width: 250px;
  box-shadow: 0 0 10px rgba(173, 173, 173, 0.2);
  z-index: 17;
}
.pro-cate-l .pro-cate-l-item:hover > a,
.pro-cate-l .pro-cate-l-item > a.act {
  color: #0C6EB5;
}
.pro-cate-l .pro-cate-l-item:hover > a::after,
.pro-cate-l .pro-cate-l-item > a.act::after {
  left: -53px;
  background: url(../images/pro-i-act.png);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pro-cate-l .pro-cate-l-item:hover span {
  display: block;
}
.pro-cate-l-item-submenu a {
  display: block;
  color: #818181;
  font-size: 15px;
  line-height: 28px;
}
.pro-cate-l-item-submenu a:hover {
  color: #0C6EB5;
}
/* 分类右边 */
.pro-cate-r-item {
  display: flex;
  justify-content: space-between;
  padding: 60px 110px;
  background: url(../images/pro-cate-bg.png) no-repeat bottom right;
  align-items: center;
}
.pro-cate-r-item .tex-l {
  flex: 1;
}
.pro-cate-r-item .tex-l h1 {
  display: inline-block;
  color: #333;
  position: relative;
}
.pro-cate-r-item .tex-l h1::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 10px;
  background-color: #60A1CE;
  bottom: -1px;
  right: -50px;
  z-index: -1;
}
.pro-cate-r-item .tex-l .note {
  font-size: 14px;
  color: #666;
  margin: 40px 0 30px;
  line-height: 26px;
}
.pro-cate-r-item .tex-l .ennote {
  line-height: 26px;
  color: #999;
  font-size: 14px;
  text-align: justify;
  width: 100%;
  word-break: break-all;
}
.enText i {
  display: inline-block;
  padding-left: 100%;
}
.pro-cate-r-item .tex-r {
  width: 300px;
  margin-left: 90px;
}
.pro-cate-r-item .tex-r a {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
.pro-cate-r-item .tex-r a:hover {
  color: #0C6EB5;
}
.pro-cate-r-item .tex-r a span {
  font-size: 20px;
}
.pro-cate-r-item .tex-r img {
  max-width: 100%;
  max-height: 100%;
}
.pro-cate-r-item .btn {
  margin-top: 30px;
}
.pro-cate-r-item .btn span {
  font-size: 36px;
  color: #666;
  display: inline-block;
}
.pro-cate-r-item .btn span.pro-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.pro-cate-r-item .btn span:hover {
  color: #0C6EB5;
}
/* 产品分类 */
.pro-page .pro-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pro-page .pro-tab a {
  background-color: #F5F5F5;
  font-size: 16px;
  color: #999;
  margin: 5px 10px;
  padding: 18px 34px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.pro-page .pro-tab a:hover,
.pro-page .pro-tab a.act {
  background-color: #0C6EB5;
  color: white;
}
/* 产品列表 */
.pro-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.pro-list .pro-item {
  width: 32%;
  border: 1px #C3C3C3 solid;
  margin-bottom: 70px;
}
.pro-list .pro-item:not(:nth-child(3n)) {
  margin-right: 2%;
}
.pro-list .pro-item .pro-img {
  width: 100%;
  height: 380px;
}
.pro-list .pro-item .pro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}
.pro-list .pro-item .tex {
  height: calc(100% - 380px);
  padding: 30px;
  font-size: 20px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px #C3C3C3 solid;
}
.pro-list .pro-item .tex span {
  font-size: 30px;
}
.pro-list .pro-item .tex .title {
  font-weight: bold;
  color: #333;
}
.pro-list .pro-item .tex .subtitle {
  margin-top: 8px;
  color: #666;
}
.pro-list .pro-item:hover .tex {
  background-color: #0C6EB5;
}
.pro-list .pro-item:hover .title,
.pro-list .pro-item:hover .subtitle,
.pro-list .pro-item:hover span {
  color: white;
}
/* 产品详情页 */
.pcon-top {
  display: flex;
  margin: 80px auto;
  justify-content: flex-start;
}
.pcon-top .l {
  width: 500px;
  min-height: 500px;
  margin-right: 85px;
}
.pcon-top .l .fswiper {
  background-color: #F9F9F9;
  height: auto;
}
.pcon-top .l .fswiper .swiper-wrapper {
  align-items: center;
}
.pcon-top .l .fswiper .swiper-slide {
  padding: 20px;
}
.pcon-top .l .subswiper {
  width: 85%;
}
.pcon-con table {
  width: 100%;
}
.pcon-con table td {
  background-color: #0170ba;
  color: white !important;
  font-size: 14px !important;
  font-family: '微软雅黑' !important;
  padding: 20px !important;
}
.pcon-con table span {
  color: white !important;
  font-size: 14px !important;
  font-family: '微软雅黑' !important;
}
.subSwiperBox {
  position: relative;
  margin-top: 30px;
}
.subbtn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: #666;
  font-size: 26px;
  cursor: pointer;
}
.subbtn span:hover {
  color: #0C6EB5;
}
.subbtn span.swiper-button-disabled {
  color: #999;
}
.pcon-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg) !important;
}
.pcon-next {
  right: 0;
}
.pcon-top .l .subswiper,
.pcon-top .l .subswiper .swiper-slide {
  height: 75px;
  cursor: pointer;
}
.pcon-top .l .subswiper .swiper-slide {
  background-color: #F9F9F9;
}
.pcon-top .r {
  flex: 1;
  width: 50%;
}
.pcon-top .r > h1 {
  color: #333;
  font-weight: bold;
  font-size: 32px;
}
.pcon-top .r > h2 {
  font-weight: normal;
  color: #666;
  margin: 10px 0 40px;
  font-size: 32px;
}
.pcon-top .r .cscon img {
  max-width: 100%;
}
.pcon-top .pro_note {
  line-height: 34px;
  margin-bottom: 40px;
  color: #666;
}
.pcon-top .r .cslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pcon-top .r .cslist .csitem {
  width: 48%;
  border: 1px #F5F5F5 solid;
  display: flex;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 30px;
  padding-right: 10px;
  position: relative;
}
.pcon-top .r .cslist .csitem .sub {
  font-size: 14px;
  width: 350px;
  position: absolute;
  background-color: white;
  top: 100%;
  left: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1;
}
.pcon-top .r .cslist .csitem .csl {
  background-color: #F5F5F5;
  padding: 10px 30px;
  font-size: 15px;
  border-radius: 30px;
  color: #333;
  min-width: 180px;
  display: flex;
  align-items: center;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}
.pcon-top .r .cslist .csitem .csl span {
  font-size: 30px;
  line-height: 0;
  margin-right: 5px;
}
.pcon-top .r .cslist .csitem .csr {
  padding: 10px 0;
  margin-left: 20px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
  flex: 1;
  cursor: pointer;
  max-width: 500px;
}
.pcon-top .r .cslist .csitem:hover {
  background-color: #D3E4EE;
}
.pcon-top .r .cslist .csitem:hover .csl {
  background-color: #2571AB;
  color: white;
}
.pcon-top .r .cslist .csitem:hover .csr {
  color: #5A5E61;
}
.pcon-top .r .more {
  background-color: #0C6EB5;
  color: white;
  display: block;
  padding: 16px;
  font-size: 15px;
  text-align: center;
  border-radius: 30px;
  margin-top: 20px;
}
.pcon-top .r .more:hover {
  background-color: #1490e9;
}
.pcon-top .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}
.pcon-top .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  border: 1px transparent solid;
}
.pcon-top .mySwiper .swiper-slide-thumb-active {
  border: 1px #0C6EB5 solid;
}
/* pcon-tab */
.pcon-tab {
  background-color: #F5F5F5;
  padding: 40px 0;
  position: sticky;
  top: 103px;
  z-index: 9;
  left: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.pcon-tab a {
  color: #626262;
  font-size: 17px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.pcon-tab a:not(:last-of-type) {
  margin-right: 60px;
}
.pcon-tab a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 8px;
  bottom: -4px;
  background-color: #0C6EB5;
  left: 0;
  z-index: -1;
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.pcon-tab a:hover::after {
  width: 100%;
}
/* pcon-con */
.pcon-con h1 {
  color: #333;
  position: relative;
  padding-left: 26px;
  margin: 50px 0 30px;
}
.pcon-con h1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 8px;
  border-radius: 8px;
  background-color: #0C6EB5;
  line-height: 0;
}
.pcon-con .pcon-con-con {
  line-height: 30px;
  font-size: 15px;
  color: #666;
  padding-left: 26px;
}
.pcon-con-con img {
  max-width: 100%;
}
.pcon-con-con .pcon-ly {
  display: flex;
  flex-wrap: wrap;
}
.pcon-con-con .pcon-ly .pcon-ly-item {
  text-align: center;
  padding: 10px;
  width: 16.66%;
}
.pcon-con-con .pcon-ly .pcon-ly-item img {
  height: 56px;
  display: block;
  margin: 0 auto;
}
.pcon-con-con .pcon-ly .pcon-ly-item h3 {
  display: inline-block;
  margin: 35px 0 8px;
  position: relative;
  color: #333;
  font-size: 20px;
  z-index: 1;
}
.pcon-con-con .pcon-ly .pcon-ly-item h3::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -15px;
  top: -15px;
  background-color: #B8D1E5;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.pcon-con-con .pcon-ly .pcon-ly-item p {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 22px !important;
}
/* pcon-jsys */
.pcon-jsys {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pcon-jsys .pcon-jsys-item {
  width: 44%;
  border: 1px #ddd solid;
  padding: 30px 80px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.pcon-jsys .pcon-jsys-item .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.pcon-jsys .pcon-jsys-item .img img {
  max-width: 60%;
}
.pcon-jsys .pcon-jsys-item .tex {
  color: #666 !important;
  font-size: 17px !important;
  line-height: 30px !important;
}
.pcon-jsys .pcon-jsys-item:hover {
  background-color: #0C6EB5;
}
.pcon-jsys .pcon-jsys-item:hover .tex {
  color: white !important;
}
.pcon-jsys .pcon-jsys-item:hover .img {
  background-color: white;
}
/* pcon-xg */
.pcon-xg {
  margin: 80px 0;
  border-top: 1px #ddd solid;
  padding-top: 80px;
}
.pcon-xg > h1 {
  text-align: center;
  color: #333;
  margin-bottom: 50px;
}
.pcon-xg .pcon-xg-item {
  text-align: center;
  border: 1px #c3c3c3 solid;
}
.pcon-xg .pcon-xg-item .img {
  padding: 30px;
  height: 240px;
}
.pcon-xg .pcon-xg-item img {
  max-width: 100%;
}
.pcon-xg .pcon-xg-item p {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-top: 1px #c3c3c3 solid;
  padding: 20px 10px;
}
.pcon-xg .pcon-xg-item:hover p {
  background-color: #0C6EB5;
  color: white;
}
.pconBox {
  position: relative;
}
.pcon-xg-list {
  width: 90%;
}
.pcon-xg .subbtn span {
  font-size: 32px;
}
/* 产品详情页 留言 */
.pcon-msg {
  margin-top: 80px;
}
.feedback {
  background: url('../images/feedback_bg2.jpg') no-repeat center bottom;
  height: 610px;
}
.feedbackMain {
  padding-top: 110px;
  width: 910px;
  margin: 0 auto;
}
.feedback li {
  margin-bottom: 5px;
  float: left;
  width: 262px;
  height: 48px;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-right: 25px;
  line-height: 48px;
  overflow: hidden;
  padding-left: 60px;
  margin-bottom: 20px;
}
.feedback li label {
  float: left;
  margin-left: -60px;
  text-align: right;
  width: 60px;
  color: #666;
}
.feedback li:nth-child(3) {
  margin-right: 0;
}
.feedback li.msg2 {
  height: 80px;
  width: 836px;
  line-height: 24px;
  padding: 10px;
  padding-left: 60px;
}
.feedback li.msg2 textarea {
  font-size: 14px;
  width: 100%;
  height: 80px;
  line-height: 24px;
}
.feedback li input {
  width: 95%;
  padding-right: 5%;
  height: 48px;
  line-height: 48px;
}
.feedback .sub {
  cursor: pointer;
  text-align: center;
  width: 180px;
  height: 48px;
  border-radius: 24px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  background: #333;
  color: #fff;
}
.feedback .sub:hover {
  width: 240px;
  background: #0D6DB9;
}
.listTie {
  text-align: center;
  font-size: 32px;
  color: #222;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  line-height: 32px;
}
.listTie::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background: #0170ba;
  transition: all 0.3s;
}
.feedback input,
.feedback textarea {
  border: none;
}
/* 关于我们 */
.about-page .ab1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .ab1 .ab1-l {
  width: 600px;
}
.about-page .ab1 .ab1-r img {
  vertical-align: middle;
  max-width: 100%;
}
.about-page .ab1 .ab1-l .ab1-con {
  color: #666;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 40px;
}
.about-page .ab1 .ab1-l a {
  background-color: #0C6EB5;
  color: white;
  padding: 8px 24px;
  border-radius: 10px;
  font-size: 15px;
}
.about-page .ab1 .ab1-l a:hover {
  background-color: #1289dd;
}
.about-page .ab1-tit {
  position: relative;
}
.about-page .ab1-tit h1 {
  color: #333;
  font-size: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.about-page .ab1-tit h2 {
  font-size: 96px;
  color: #EFF2F7;
  text-transform: uppercase;
  position: relative;
  z-index: -1;
}
.about-page .ab1-tit h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  width: 100%;
  height: 40px;
}
/* ab2 */
.ab2 {
  background: #0C6EB5 url(../images/about_js_bg.png) no-repeat;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}
.ab2 .ab2-list {
  display: flex;
  justify-content: center;
}
.ab2 .ab2-list .ab2-item {
  text-align: center;
  margin: 0 50px;
}
.ab2 .ab2-list .ab2-item:hover {
  transform: translateY(-14px);
}
.ab2 .ab2-list .ab2-item img {
  height: 102px;
  width: 102px;
  object-fit: contain;
}
.ab2 .ab2-list .ab2-item p {
  color: white;
  margin-top: 16px;
}
/* ab3 */
.ab3 {
  background: #0C6EB5 url(../images/wh_bg.png) no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.ab3 > h1 {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  color: #565656;
}
.ab3 > h1::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 6px;
  border-radius: 10px;
  background-color: #0C6EB5;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.ab3 .ab3-list {
  display: flex;
  justify-content: space-between;
}
.ab3 .ab3-list .ab3-item {
  width: 22%;
  background-color: white;
  text-align: center;
  padding: 40px 30px;
}
.ab3 .ab3-list .ab3-item .img {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  background: url(../images/wh_icon_bg.png) center no-repeat;
  background-size: contain;
}
.ab3 .ab3-list .ab3-item .img img {
  max-width: 50%;
}
.ab3 .ab3-list .ab3-item h1 {
  margin: 18px 0 28px;
  color: #565656;
  font-size: 26px;
}
.ab3 .ab3-list .ab3-item .ab3-item-con {
  line-height: 30px;
  color: #666;
  font-weight: 100;
}
.ab3 .ab3-list .ab3-item:hover {
  background-color: #0C6EB5;
  color: white;
}
.ab3 .ab3-list .ab3-item:hover .img {
  background: url(../images/wh_icon_bg_act.png) center no-repeat;
}
.ab3 .ab3-list .ab3-item:hover .img img {
  transition: none;
  filter: grayscale(100%) brightness(500%);
}
.ab3 .ab3-list .ab3-item:hover h1,
.ab3 .ab3-list .ab3-item:hover .ab3-item-con {
  color: white;
}
/* ab4 */
.ab4 > h1 {
  text-align: center;
  color: #565656;
  margin-bottom: 60px;
}
.ab4 .ab4-top-item {
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
.ab4 .ab4-top {
  background: url(../images/tiem_bg.png) no-repeat top right;
  padding: 0 0 50px;
}
.ab4 .ab4-top-item .ab4-top-l {
  width: 500px;
  margin-right: 140px;
}
.ab4 .ab4-top-item .ab4-top-r {
  width: 400px;
}
.ab4 .ab4-top-l h1 {
  color: #0C6EB5;
  font-weight: 100;
  font-size: 90px;
  letter-spacing: -3px;
  position: relative;
  line-height: 1;
}
.ab4 .ab4-top-l h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: white;
}
.ab4 .ab4-top-l .con {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.ab4 .ab4-top-l .encon {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  text-align: justify;
  width: 100%;
  word-break: break-all;
  margin-top: 16px;
}
.ab4 .ab4-top-l .encon i {
  display: inline-block;
  padding-left: 100%;
}
/* ab4-btm */
.ab4 .ab4-btm {
  background: url(../images/time_line.png) repeat-x;
  background-position: center 15px;
  user-select: none;
}
.ab4 .ab4-btm-item {
  text-align: center;
}
.ab4 .ab4-btm-item:hover {
  color: #0170ba;
}
.ab4 .ab4-btm-item .tit {
  margin: 36px auto 0;
  border-radius: 6px;
  padding: 7px 0;
  width: 76px;
}
.ab4 .ab4-btm .ab4-btm-item span {
  background-color: white;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.ab4 .ab4-btm .ab4-btm-item .act {
  font-size: 30px;
  color: #0C6EB5;
  display: none;
  top: 0;
}
.ab4 .ab4-btm-item.swiper-slide-thumb-active .tit {
  background-color: #0C6EB5;
  color: white;
}
.ab4 .ab4-btm-item.swiper-slide-thumb-active .noact {
  display: none;
}
.ab4 .ab4-btm-item.swiper-slide-thumb-active .act {
  display: block;
}
.ab4 .subbtn span {
  color: #6A6A6A;
  top: 15px;
  font-size: 24px;
  background-color: white;
}
/* ab5 */
.ab5 {
  background: #F6F6F6 url(../images/about_zzjg_bg.png) no-repeat;
  background-size: cover;
}
.ab5 > h1 {
  text-align: center;
  color: #565656;
  margin-bottom: 60px;
}
.ab5-img-box {
  text-align: center;
}
.ab5-img-box img {
  max-width: 100%;
}
/* ab6 */
.ab6 {
  display: flex;
}
.ab6 .ab6-l {
  /* flex: 1; */
  width: 615px;
}
.ab6 .ab6-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.ab6 .ab6-r {
  /* flex: 1; */
  width: 880px;
  padding: 40px 70px;
}
.ab6 .ab6-r > h1 {
  color: #666;
}
.ab6 .ab6-r > p {
  color: #0C6EB5;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  margin: 4px 0 16px;
}
.ab6 .ab6-r .con {
  line-height: 28px;
  color: #666;
  font-size: 15px;
}
.ab6 .ab6-r .cate {
  margin: 30px 0;
}
.ab6 .ab6-r .cate a {
  border: 1px #0C6EB5 solid;
  padding: 2px 20px;
  color: #0C6EB5;
  border-radius: 30px;
  margin-right: 16px;
}
.ab6 .ab6-r .cate a:hover,
.ab6 .ab6-r .cate a.act {
  background-color: #0C6EB5;
  color: white;
  box-shadow: 1px 1px 4px #0C6EB5;
}
.ab6 .ab6-pic .swiper-wrapper .swiper-slide {
  padding-right: 34px;
}
.ab6 .ab6-pic-box .ab6-pic:not(:first-of-type) {
  display: none;
}
.ab6 .ab6subbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  right: 0;
}
.ab6 .ab6subbtn span {
  display: block;
  font-size: 30px;
  color: #666;
  cursor: pointer;
}
.ab6 .ab6subbtn span.swiper-button-disabled {
  color: #c5c5c5;
}
.ab6 .ab6subbtn span:hover {
  color: #0C6EB5;
}
/* ab7 */
.ab7 {
  background-color: #F5F5F5;
}
.ab7 h1 {
  text-align: center;
  color: #565656;
  margin-bottom: 60px;
}
.ab7 .ab7-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ab7 .ab7-list .ab7-item {
  width: 17%;
  background-color: white;
  text-align: center;
  margin-bottom: 35px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab7 .ab7-list .ab7-item img {
  max-width: 100%;
}
.ab7 .ab7-list .ab7-item:hover {
  /* background-color: #0C6EB5; */
  box-shadow: 2px 2px 10px rgba(4, 11, 59, 0.4);
  transform: translateY(-10px);
}
/* about_content 关于我们详情页 */
.abcon-page .abcon1 .abcon1-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abcon-page .abcon1 .abcon1-l {
  flex: 1;
}
/* tit */
.abcon-page .abcon1-tit {
  position: relative;
}
.abcon-page .abcon1-tit h1 {
  color: #333;
  font-size: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.abcon-page .abcon1-tit h2 {
  font-size: 96px;
  color: #EFF2F7;
  text-transform: uppercase;
  position: relative;
  z-index: -1;
}
.abcon-page .abcon1-tit h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  width: 100%;
  height: 40px;
}
/* abcon1-r */
.abcon-page .abcon1 .abcon1-r {
  display: flex;
}
.abcon-page .abcon1 .abcon1-r .abcon1-r-item {
  margin-right: 40px;
}
.abcon-page .abcon1 .abcon1-r .abcon1-r-item-top {
  display: flex;
}
.abcon-page .abcon1 .abcon1-r .abcon1-r-item-top h1 {
  color: #0C6EB5;
  font-size: 34px;
  font-weight: normal;
  /* transform: scaleY(1.2); */
}
.abcon-page .abcon1 .abcon1-r .abcon1-r-item-top span {
  color: #666;
  font-size: 14px;
  margin-left: 6px;
}
.abcon-page .abcon1 .abcon1-r .abcon1-r-item-btm {
  color: #666;
  margin-top: 3px;
}
.abcon1 .abcon1-con {
  line-height: 30px;
  color: #666;
  font-size: 15px;
}
/* abcon2 */
.abcon2 {
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 120px 0 70px;
}
.abcon2 .abcon2-pic {
  padding-bottom: 40px;
}
.abcon2 .abcon2-pic .swiper-slide {
  transform: scale(0.7);
}
.abcon2 .abcon2-pic .swiper-slide-active,
.abcon2 .abcon2-pic .swiper-slide-duplicate-active {
  transform: scale(1);
  border: 8px #DEDEDE solid;
}
.abcon2 .abcon2-pic .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0C6EB5;
}
.abcon2 .subbtn span {
  color: #DEDEDD;
  font-size: 34px;
}
.abcon2 .subbtn span:hover {
  color: white;
}
.i-search {
  padding: 30px 0 40px;
  background-color: #f6f6f6;
}
.i-search .i-search-box {
  position: relative;
  margin: 0 auto;
}
.i-search span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 24px;
}
.i-search input {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 0 10px #efefef;
  box-sizing: border-box;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  border: 1px white solid;
  padding: 16px 30px;
  padding-left: 55px;
}
